home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-04-09 | 822 b | 41 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = NLoad
-
- INTERFACES = NLoad.nib
- CLASSES = LoadView.m NLoad.m RPCLoadView.m UDPLoadView.m
- MFILES = NLoad_main.m
- CFILES = LoadAve.c
- PSWFILES = LoadWrap.psw
- APPICON = NLoad.tiff
-
-
- SOURCEMODE = 444
-
- LIBS = -lni_s -lrpcsvc\
- -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lni_s -lrpcsvc\
- -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app NLoad.tiff
-
- INSTALLDIR = /LocalApps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-